home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / Resources / CDROM / Amiga_MO_FAQ / DOSDrivers-5¼ / FFS / MO2.3 < prev    next >
Text File  |  1999-06-18  |  833b  |  33 lines

  1. /* $VER: MO2.3 40.1 (18.6.99)
  2.  *
  3.  * 2.3GB 5¼" MO file system entry
  4.  *
  5.  * This file enables FastFileSystem on a 2.3GB 5¼" MO disk cartridge.
  6.  */
  7.  
  8. /* 2.3GB 5¼" MO disks have 2244958 512-byte sectors on each side. 62×36209 = 2244958 */
  9.  
  10. FileSystem    = L:FastFileSystem_43.20    /* Any FFS version should work */
  11. Flags        = 0
  12. Surfaces    = 1
  13. BlocksPerTrack    = 62
  14. SectorsPerBlock    = 1
  15. SectorSize    = 512
  16. Mask        = 0x7FFFFFFE    /* Change to suit your system and SCSI controller */
  17. MaxTransfer    = 0xFFFFFFFE    /* Change to suit your system and SCSI controller */
  18. Reserved    = 2
  19. Interleave    = 0
  20. LowCyl        = 0
  21. HighCyl        = 36208
  22. Buffers        = 128        /* Number of 512-byte filesystem buffers */
  23. BufMemType    = 1
  24. StackSize    = 600
  25. Priority    = 10
  26. GlobVec        = -1
  27.  
  28. /* The Device and Unit fields are controlled by tooltypes in the MO2.3 icon.
  29.  *
  30.  * Device    = scsi.device
  31.  * Unit        = 4
  32.  */
  33.